You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Divide Method > Matrix.Divide Method ([In] TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Divide Method ([In] TMtxVec, int, int, int)

Divide calling Matrix elements [Index]...[Index+Len-1] with corresponding elements [VecIndex]...[VecIndex+Len-1] from the Vec object.

Syntax
C#
Visual Basic
public TMtxVec Divide([In] TMtxVec Vec, int VecIndex, int Index, int Len);

Store the result in the claling Matrix. The Length of the calling Matrix is not changed. An exception is raised if ConditionCheck is True and array borders are overrun or underrun. 

Note The result of division by zero will be the INF constant. Division of zero by zero will result in NAN.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!